QuickTime 3 Reference

| Previous | Chapter Contents | Chapter Top | Next |

Text Atom Types

The dataType parameter for the AddTESample and AddTextSample functions indicates the type of data in the handle. The following two types have been added:

enum {
    dropShadowOffsetType            = 'drpo',
    dropShadowTranslucencyType      = 'drpt'
};

Constant descriptions

dropShadowOffsetType
The drop shadow offset.
dropShadowTranslucencyType
The drop shadow translucency.

© 1998 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top | Next |